DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabelCollection Class / DicomLabelCollection Constructor / DicomLabelCollection Constructor(IEnumerable<DicomLabel>)



In This Topic
    DicomLabelCollection Constructor(IEnumerable<DicomLabel>)
    In This Topic
    Create a DicomLabelCollection object fro ma list
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Items As IEnumerable(Of DicomLabel) _
    )
    'Usage
     
    
    Dim Items As IEnumerable(Of DicomLabel)
     
    Dim instance As New DicomLabelCollection(Items)
    public DicomLabelCollection( 
       IEnumerable<DicomLabel> Items
    )
    public:
    DicomLabelCollection( 
       IEnumerable<DicomLabel^>^ Items
    )

    Parameters

    Items
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also